home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / N-O / Notes.cpt / Notes on Notes / card_4886.txt < prev    next >
Text File  |  1988-04-15  |  1KB  |  44 lines

  1. -- card: 4886 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2729
  5. -- name: 
  6.  
  7.  
  8. -- part 2 (button)
  9. -- low flags: 00
  10. -- high flags: 8004
  11. -- rect: left=262 top=19 right=38 bottom=319
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 20
  16. -- text size: 10
  17. -- style flags: 0
  18. -- line height: 13
  19. -- part name: New Note
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   set lockscreen to true
  23.   show card field movingnote
  24.   choose field tool
  25.   get the location of card field "movingNote"
  26.   click at it
  27.   doMenu "copy field"
  28.   domenu "Paste Field"
  29.   hide card field movingnote
  30.   choose browse tool
  31.   set lockscreen to false
  32. end mouseUp
  33.  
  34.  
  35.  
  36. -- part contents for background part 1
  37. ----- text -----
  38. I love this system and it works great for me, but there was just one more kink to work out.  Getting rid of the little devils when I finally took action, stored information or gave up on the message.
  39.  
  40. This was pretty easy, but created a new temporary problem.  If you hold the option key down and click one of these pasties it will dissappear...forever.  My button "New Note" would make more notes by copying one on the card, but if I got rid of them all‚Äîno note to copy.  
  41.  
  42. So I hid a note.  "New Note" copies it if nothing else is there.  If you use "New Note"  just start by making two notes.  It will hide the first one when it makes the second.
  43.  
  44. Funny thing happened in this process. I got bitten by the bug...